home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / util / cli / AKCC.lha / Programmers / include / akccplus / akccplus_all.h next >
Encoding:
C/C++ Source or Header  |  1997-06-29  |  550 b   |  29 lines

  1. /*
  2. **      $VER: akccplus_all.h 37.1 (6.9.96)
  3. **
  4. **      main include for akccplus.library
  5. **
  6. **      (C) Copyright 1989-96 Andreas R. Kleinert
  7. **      All Rights Reserved.
  8. */
  9.  
  10. #ifndef AKCCPLUS_AKCCPLUS_ALL_H
  11. #define AKCCPLUS_AKCCPLUS_ALL_H
  12.  
  13. #include <stdlib.h>
  14. #include <stdio.h>
  15. #include <string.h>
  16. #include <dos/dosextens.h>
  17. #include <exec/memory.h>
  18.  
  19. #include <dos.h>
  20.  
  21. #include <proto/dos.h>
  22. #include <proto/exec.h>
  23.  
  24. #ifndef AKCCPLUS_AKCCPLUS_H
  25. #include <akccplus/akccplus.h>
  26. #endif /* AKCCPLUS_AKCCPLUS_H */
  27.  
  28. #endif /* AKCCPLUS_AKCCPLUS_ALL_H */
  29.